Member Role
Role of the group member
Content copied to clipboard
meshtastic.MemberRole
Entries
Properties
Link copied to clipboard
ForwardObserver
Content copied to clipboard
ForwardObserver = 6;
Link copied to clipboard
Medic
Content copied to clipboard
Medic = 5;
Link copied to clipboard
Airsoft enthusiast
Content copied to clipboard
Sniper = 4;
Link copied to clipboard
Team Lead
Content copied to clipboard
TeamLead = 2;
Link copied to clipboard
Team Member
Content copied to clipboard
TeamMember = 1;
Link copied to clipboard
Unspecifed
Content copied to clipboard
Unspecifed = 0;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.